home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOSTRT / STREETS.DIR / 00163.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  332 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(15, 1)
  3.   if the castNum of sprite 15 = the number of member "pause" then
  4.     set the castNum of sprite 15 to the number of member "Start"
  5.     updateStage()
  6.     pause()
  7.   else
  8.     set the castNum of sprite 15 to the number of member "Pause"
  9.     updateStage()
  10.     go(marker(0))
  11.     continue()
  12.   end if
  13. end
  14.